public static enum CpclCommand.BARCODERATIO extends java.lang.Enum<CpclCommand.BARCODERATIO>
| 枚举常量和说明 |
|---|
Point0 |
Point1 |
Point2 |
Point20 |
Point21 |
Point22 |
Point23 |
Point24 |
Point25 |
Point26 |
Point27 |
Point28 |
Point29 |
Point3 |
Point30 |
Point4 |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getValue() |
static CpclCommand.BARCODERATIO |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static CpclCommand.BARCODERATIO[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final CpclCommand.BARCODERATIO Point0
public static final CpclCommand.BARCODERATIO Point1
public static final CpclCommand.BARCODERATIO Point2
public static final CpclCommand.BARCODERATIO Point3
public static final CpclCommand.BARCODERATIO Point4
public static final CpclCommand.BARCODERATIO Point20
public static final CpclCommand.BARCODERATIO Point21
public static final CpclCommand.BARCODERATIO Point22
public static final CpclCommand.BARCODERATIO Point23
public static final CpclCommand.BARCODERATIO Point24
public static final CpclCommand.BARCODERATIO Point25
public static final CpclCommand.BARCODERATIO Point26
public static final CpclCommand.BARCODERATIO Point27
public static final CpclCommand.BARCODERATIO Point28
public static final CpclCommand.BARCODERATIO Point29
public static final CpclCommand.BARCODERATIO Point30
public static CpclCommand.BARCODERATIO[] values()
for (CpclCommand.BARCODERATIO c : CpclCommand.BARCODERATIO.values()) System.out.println(c);
public static CpclCommand.BARCODERATIO valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public java.lang.String getValue()